home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if exist jorffils.zip goto BeginInstall
- echo Please be sure the INSTALLATION disk is in the
- echo drive, and you are logged to that drive. For
- echo instance, if the disk is in Drive A, type "A:"
- echo to log to that drive, then type INSTWIN.
- goto TheEnd
- :BeginInstall
- echo ╔═════════════ The JORF Interpreter and Tutorial ═══════════════╗
- echo ║ Version 2.0 April 1, 1992 ║▓▓
- echo ║ ║▓▓
- echo ║ INSTWIN.BAT will create a new directory called C:\JORF and ║▓▓
- echo ║ copy the contents of this disk there. This package takes ║▓▓
- echo ║ about 1.5 MB of hard disk space. If translate programs, or ║▓▓
- echo ║ create new JORF Language programs you will need more space. ║▓▓
- echo ║ ║▓▓
- echo ║ If wish to install this package on another drive, Strike ║▓▓
- echo ║ Ctrl-C, and type Y to terminate INSTWIN.BAT. Then, copy ║▓▓
- echo ║ all files to the directory you want. Unzip them using ║▓▓
- echo ║ PKUNZIP, and start by typing JORF. ║▓▓
- echo ║ ║▓▓
- echo ║ It is easier to press RETURN, and let INSTWIN.BAT finish. ║▓▓
- echo ╚═══════════════════════════════════════════════════════════════╝▓▓
- echo ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
- pause
- cls
- if exist c:\jorf\help.jrf goto GetDisk2
- echo Creating \JORF Directory
- mkdir c:\jorf
-
- echo Unzip sample files
- copy jorf.me c:\jorf
- copy pkunzip.exe c:\jorf
- c:\jorf\pkunzip jorffils.zip c:\jorf
-
- :GetDisk2
- if exist jorfwin.zip goto Disk2
- echo Please insert Disk 2 into the floppy disk drive
- pause
- Goto GetDisk2
-
- :Disk2
- c:\jorf\pkunzip jorfwin.zip c:\jorf
-
- echo Change Directories to \JORF
- c:
- cd \jorf
-
- cls
- echo ╔════════════════════ Installation Complete ════════════════════╗
- echo ║ The JORF Interpreter and Tutorial are now in installed on ║▓▓
- echo ║ your hard disk. To complete the installation, you must add ║▓▓
- echo ║ the icons to the program manager. You might want to do a ║▓▓
- echo ║ printscreen now to record the following instructions: ║▓▓
- echo ║ ║▓▓
- echo ║ Go to the program manager and select File, New. Enter: ║▓▓
- echo ║ ║▓▓
- echo ║ Description JORF ║▓▓
- echo ║ Command Line C:\JORF\JORFWIN.EXE ║▓▓
- echo ║ ║▓▓
- echo ║ Press ENTER to save the program, then click on the blue goat ║▓▓
- echo ║ to run JORF. Once you start JORF, select Help,Tutorial to ║▓▓
- echo ║ run the JORF Tutorial. ║▓▓
- echo ║ ║▓▓
- echo ║ The JORF Manual has also been installed. Just print ║▓▓
- echo ║ MANUAL.TXT on any dot matrix or laser printer. The manual ║▓▓
- echo ║ is about 190 pages long. It is called MANUAL.TXT. ║▓▓
- echo ╚═══════════════════════════════════════════════════════════════╝▓▓
- echo ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
- :TheEnd